hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
splitNameValue
collie
utils
string
Undocumented in source. Be warned that the author may not have intended to support it.
void
splitNameValue
(TChar[] data, Char pDelim, Char vDelim, bool delegate(TChar[], TChar[]) callback)
void
splitNameValue
(TChar[] data, const(Char)[] pairDelim, const(Char)[] valueDelim, bool delegate(TChar[], TChar[]) callback)
void
splitNameValue
(
TChar
Char
bool
caseSensitive
= true
)
(
TChar
[]
data
,
const
(
Char
)[]
pairDelim
,
const
(
Char
)[]
valueDelim
,
scope
bool
delegate
(
TChar
[]
,
TChar
[]
)
callback
)
if
(
isSomeChar
!(
Unqual
!
TChar
) &&
isSomeChar
!(
Unqual
!
Char
)
)
Meta
Source
See Implementation
collie
utils
string
functions
isSameIngnoreLowUp
splitNameValue